.login-background{
    background-image: url(/skin/frontend/images/x452.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.wc2m-login, .wc2m-logined {

   /* left: calc(50% + 40px);
    transform: translate(-50%, 0);*/
    z-index: 998;
    background-color: rgb(255 255 255 / 92%);
    box-shadow: 0px 1px 6px 0px rgba(207, 207, 207, 1);
    width: 530px;
    padding: 30px 40px 25px 80px;
    vertical-align: top;

    height: 819px;
}
.wc2m-login-pannel{
    width: 371px;
}
.wc2m-logined {
    top: 25px;
    left: calc(50% + 350px);
    border-radius: 5px;
}

.wc2m-logined .logined-info {
    text-align: left;
    font-size: 14px;
    margin-top: 16px;
}

.wc2m-logined .login-title {
    margin-bottom: 32px;
}

.login-logo{
    text-align: center;
    margin-bottom: 10px;
}
.login-logo img{
    width: 89px;
    height: 67px;
}
.login-title {
    font-size: 16px;
    font-weight: bold;
    color: #00AEFC;
    text-align: center;

    color: rgba(1, 105, 144, 1);
    -webkit-text-stroke: unset;
    font-size: 28.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Source Han Sans SC', Arial;
    text-decoration: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.login-second-title{
    text-align: center;
    opacity: 0.699999988079071;
    color: rgba(46, 46, 46);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Source Han Sans SC', Arial;
    margin-bottom: 60px;
}

.wc2m-login-beside{
    background-image: url("/skin/frontend/images/x86.png");
    background-repeat: no-repeat;

    background-size: cover;
    width: 912px;
    height: 819px;
    display:flex;
    align-items:center;
}
.slogan{

    text-align:center;
    margin:0 auto;
}
.slogan-title{
    background-color: rgba(255, 255, 255, 0);
    text-align: left;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: unset;
    font-size: 60.00px;
    font-weight: 700;
    font-style: normal;
    font-family: 'Source Han Sans SC', Arial;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
}
.slogan-title2{
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    letter-spacing: 0.00px;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke: unset;
    font-size: 20.00px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Source Han Sans SC', Arial;
    text-decoration: none;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 1));
}
.login-tips {
    display: none;
    color: #FF0000;
    margin-top: 8px;
    text-align: left;
    padding-left: 5px;
}

.open-user {
    position: absolute;
    border-radius: 4px;
    background-color: rgb(87, 208, 167);
    width: 30px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
    line-height: 1.28;
    top: 30px;
    right: 0;
}

.login-wrap {
    background-color: #f5f7f9;
    text-align: center;
    position: relative;
}

.login-switch {
    position: absolute;
    top: 0;
    left: -46px;
}

.login-btn {
    background-color: rgb(226, 226, 226);
    width: 46px;
    height: 118px;
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.28;
    text-align: center;
    padding: 6px;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
}

.login-btn.cur, .register-btn.cur {
    background-color: rgb(52, 152, 219);
    color: rgb(255, 255, 255);
}

.register-btn {
    width: 46px;
    height: 118px;
    text-align: center;
    padding: 6px;
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    border-radius: 2px 0 0 2px;
    font-size: 18px;
    color: rgb(85, 85, 85);
    line-height: 1.28;
    background-color: rgb(226, 226, 226);
    margin-top: 4px;
    cursor: pointer;
}

.login-email input, .login-psw input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    opacity: 0.5;
    border-radius: 20px;
    background-color: rgba(223, 223, 223, 1);
    width: 371px;
    height: 51px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.login-psw.login-code input {
    width: 120px;
}

.login-psw.login-code img {
    width: 164px;
    height: 51px;
    margin-left: 20px;
    cursor: pointer;
    vertical-align: top;
}

.login-forget {
    font-size: 14px;
    color: rgb(104, 104, 104);
    height: 25px;
    margin-top: 8px;
    display: none;
}

.login-email {
    margin-bottom: 36px;
}

.login-forget-l {
    float: left;
}

.login-forget-r {
    float: right;
    cursor: pointer;
}

.login-forget-r:HOVER, .login-forget-l:HOVER {
    color: rgb(52, 152, 219);
}

.login-forget-l label {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    cursor: pointer;
}

.login-forget-l input {
    margin-right: 6px;
    margin-left: 5px;
}

.login-psw {
    margin-bottom: 36px;
}

.login-buton, .logined-btn, .loginout-btn {
    display: inline-block;
    border-radius: 20px;
    background-color: rgba(1, 105, 144, 1);
    width: 371px;
    height: 51px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    margin: 20px auto 0;
    cursor: pointer;
}

.logined-btn {
    margin-top: 36px;
}

.loginout-btn {
    color: #AAAAAA;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}

.add-wc2m .login-buton {
    margin: 20px auto 0;
}

.login-buton:HOVER, .forget-sure:HOVER, .logined-btn:HOVER {
    cursor: pointer;
    background-color: rgb(65, 140, 192);
}

.loginout-btn:HOVER {
    background: #F2F2F2;
}

.forget-cancel:HOVER {
    background-color: #b2b2b2;
}

.wc2m-Agreement {
    font-size: 12px;
    color: rgb(104, 104, 104);
    margin-top: 10px;
    text-align: left;
}

.wc2m-Agreement label input {
    margin-right: 6px;
    margin-left: 5px;
}

.wc2m-Agreement label a {
    color: rgb(52, 152, 219);
    cursor: pointer;
}

.add-wc2m {
    display: none;
}

.mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
    display: none;
}


.home-box-banner {
    width: 100%;
    margin-top: -20px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
    width: 100%;
    height: 560px;
}

.main-wrap {
    width: 100%;
}

body {
    background-color: #ffffff;
}

.login-banner .swiper-pagination-bullet, .login-wrap .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid #DDD;
    background: transparent;
    opacity: 1;
}

.login-banner .swiper-pagination-bullet.swiper-pagination-bullet-active, .login-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00ACF9;
}

.feature-box {
    padding-bottom: 45px;
    margin-top: 23px;
}

.home-options {
    height: 330px;
}

.home-options li {
    position: relative;
    list-style: none;
    width: 25%;
    height: 330px;
    padding: 16px;
    float: left;
    border: 1px solid #eaebec;
    border-right: none;
    box-sizing: border-box;
    text-align: center;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.home-options li:last-child {
    border-right: 1px solid #eaebec
}

.home-options li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}

.home-options li a {
    color: #000;
}

.home-options li .feature-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.home-options li .feature-content {
    font-size: 16px;
}

.home-options li img {
    width: calc(100% - 32px);
    height: 192px;
    position: absolute;
    bottom: 16px;
    left: 16px;
}


.service-icon i:before {
    font-size: 50px;
    color: #3498db
}
.about-key .service-icon {
    float: left
}
.about-key {
    background: #f6f6f6;
    border-radius: 5px;
    padding: 50px 20px 25px;
    margin-top: 50px;
    border-bottom: 4px solid #f6f6f6;
    transition: .3s;
    height: 180px
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    position: relative;
    color: #777
}

p.highlight {
    color: #191919;
    font-size: 17px;
    line-height: 27px
}

.about-key .service-icon {
    float: left
}

.about-key h5 {
    padding-left: 70px;
    margin-top: -10px;
    margin-bottom: 20px
}

.about-key p {
    padding-left: 70px
}

.about-key:hover {
    border-bottom: 4px solid rgb(52, 152, 219)
}

.about-area.home-3 .main-btn {
    margin-top: 50px
}

.section-title {
    margin-top: 46px;
}
